home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 3 / MacMania 3.toast / Demo's / KarmaMacDemo / GAME_G1.DXR / 00245.ls < prev    next >
Encoding:
Text File  |  1995-10-24  |  188 b   |  11 lines

  1. on exitFrame
  2.   global G_GAME_SUCCESS
  3.   set G_GAME_SUCCESS to 1
  4.   repeat with i = 1 to 48
  5.     puppetSprite(i, 0)
  6.   end repeat
  7.   repeat while soundBusy(1)
  8.   end repeat
  9.   go("menuFrame")
  10. end
  11.